b596f21e258b4759344482210b656c13ba9567dc,src/test/java/org/sonar/plugins/web/checks/sonar/DeprecatedAttributesInHtml5CheckTest.java,DeprecatedAttributesInHtml5CheckTest,test,#,35
Before Change
.next().atLine(6).withMessage("Remove this deprecated \"bordercolor\" attribute.")
.next().atLine(15).withMessage("Remove this deprecated \"code\" attribute.")
.next().atLine(18).withMessage("Remove this deprecated \"border\" attribute.")
.next().atLine(20).withMessage("Remove this deprecated \"name\" attribute.")
.next().atLine(22).withMessage("Remove this deprecated \"name\" attribute.")
.next().atLine(25).withMessage("Remove this deprecated \"align\" attribute.")
.next().atLine(27).withMessage("Remove this deprecated \"language\" attribute.");
After Change
.next().atLine(6).withMessage("Remove this deprecated \"bordercolor\" attribute.")
.next().atLine(15).withMessage("Remove this deprecated \"code\" attribute.")
.next().atLine(18).withMessage("Remove this deprecated \"border\" attribute.")
.next().atLine(20).withMessage("Remove this deprecated \"name\" attribute.")
.next().atLine(22).withMessage("Remove this deprecated \"name\" attribute.")
.next().atLine(25).withMessage("Remove this deprecated \"align\" attribute.")
.next().atLine(27).withMessage("Remove this deprecated \"language\" attribute.");
}